* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* لایه مشکی نیمه شفاف */
        url("bg-color.jpg");
    /* تصویر اصلی */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;
}

#name-of-todolist {
    color: lime;
    /* position: relative;
    left: 500px;
    top: 90px; */
    cursor: progress;
}

#input {
    /* position: relative;
    left: 500px;
    top: 140px; */
    height: 40px;
    width: 415px;
    border-radius: 10px;
    text-align: center;
}


/* colors */

#select-color {
    /* position: absolute;
    left: 48%;
    top: 250px; */
    padding: 5px;
    border-radius: 10px;
}

#colorRang {
    /* position: absolute;
    left: 48%;
    top: 250px; */
    padding: 5px;
    border-radius: 10px;
    display: none;
}

.colors {
    display: flex;
    justify-content: center;
    /* position: relative;
    top: 140px; */
    color: lime;
    cursor: pointer;
    /* left: 25px; */
}

#r-color {
    width: 30px;
    background: linear-gradient(to right, black, red, blue);
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#g-color {
    width: 30px;
    background: linear-gradient(to right, green, rgb(205, 3, 231), gold);
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#b-color {
    width: 30px;
    background: linear-gradient(to right, blue, pink, rgb(8, 255, 222));
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#l-color {
    width: 30px;
    background: linear-gradient(to right, lime, rgb(243, 0, 0), blue);
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#y-color {
    width: 30px;
    background: linear-gradient(to right, yellow, green, rgb(255, 174, 0));
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#mg-color {
    width: 30px;
    background: linear-gradient(to right, magenta, rgb(9, 255, 0), rgb(245, 2, 164));
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#c-color {
    width: 30px;
    background: linear-gradient(to right, cyan, black, blue);
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#p-color {
    width: 30px;
    background: linear-gradient(to right, pink, rgb(255, 0, 149), rgb(101, 206, 41));
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#pr-color {
    width: 30px;
    background: linear-gradient(to right, purple, rgb(77, 240, 145), rgb(51, 255, 0));
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}

#go-color {
    width: 30px;
    background: linear-gradient(to right, gold, rgb(241, 7, 163), rgb(14, 165, 34));
    border-radius: 50px;
    margin: 5px;
    /* background-image: ; */
}


/* colors */


/* choose options */

.TDT {
    color: gold;
    display: flex;
    /* position: relative;
    left: 520px;
    top: 180px; */
}

#CH-D {
    margin-right: 40px;
}

#CH-T {
    margin-right: 40px;
}

#CH-TA {
    margin-right: 40px;
}

.options {
    display: flex;
    /* position: relative;
    left: 490px;
    top: 190px; */
}

#Date {
    margin-right: 40px;
    border-radius: 60px;
}

#Time {
    margin-right: 20px;
    margin-left: 30px;
}

#addTag {
    margin-left: 10px;
    height: 30px;
    border-radius: 60px;
    text-align: center;
}


/* choose options */


/* plase+remove */

.button-box {
    /* position: relative;
    left: 870px;
    top: 220px; */
    cursor: pointer;
}


/* #add{
    width: 40px;
}
#remove-btn{
    width: 30px;
} */

#add:hover {
    border: 3px solid green;
    border-radius: 20px;
    background-color: green;
}

#remove-btn:hover {
    border: 3px solid white;
    border-radius: 20px;
    background-color: white;
}


/* plase+remove */


/* count */

#count {
    display: flex;
    /* position: absolute;
    left: 40%;
    top: 370px; */
}

#paragraph {
    /* position: relative;
    top: 10px; */
    color: gold;
    font-size: 30px;
}

#countNumber {
    /* position: relative;
    top: 10px; */
    color: rgb(255, 0, 0);
}


/* <second-part></second-part> */

#ul-box {
    border-radius: 10px;
    background: linear-gradient(to right, gold 30%, lime);
    list-style-type: none;
    cursor: pointer;
    display: flex;
}

#nav_bar {
    padding: 10px 30px;
    font-size: 24px;
}


/* <second-part></second-part> */


/* table */

.all-table {
    cursor: pointer;
}

.table-tr {
    width: 100%;
    font-size: 30px;
    margin: 0 50px 0 50px;
    padding: 0 40px;
    padding: 20px;
}

.namber-tb-name {
    color: red;
    font-weight: bold;
    cursor: pointer;
    margin-left: 40px;
    padding: 10px;
}

.task-tb-name {
    cursor: pointer;
    background-color: gold;
    border: 0;
    border-radius: 7px;
    margin-left: 40px;
    padding: 10px;
}

.day-tb-month {
    cursor: pointer;
    color: rgb(255, 0, 0);
    font-weight: bold;
    border-radius: 10px;
    border: 0;
    margin-left: 40px;
    padding: 10px;
}

.time-tb-time {
    cursor: pointer;
    color: rgb(255, 0, 0);
    font-weight: bold;
    border-radius: 10px;
    border: 0;
    margin-left: 40px;
    padding: 10px;
}

.todo-tag-tb-name {
    border: 0;
    background-color: rgb(23, 224, 90);
    border-radius: 7px;
    margin-left: 40px;
    padding: 10px;
}

.todo-statuse-tb-name {
    border: 0;
    background-color: rgb(255, 0, 0);
    border-radius: 7px;
    margin-left: 40px;
    padding: 10px;
}

.todo-idet-tb-icon {
    cursor: pointer;
    margin-left: 40px;
    padding: 10px;
}

.todo-idet-tb-icon:hover {
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
}

.todo-remove-tb-icon {
    cursor: pointer;
    background-color: red
}


/* table */

.our-giude {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}